{ "version": 4, "terraform_version": "1.5.6", "serial": 320, "lineage": "2b07d79f-f05a-b99d-e59f-394bedd37216", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-cdd857bebfad7facb", "ami": "ami-8ca02342", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-02e72e61"], "subnet_id": "subnet-2953d75b", "key_name": "prod-deploy-key" } } ] } ] }