{ "version": 4, "terraform_version": "1.6.4", "serial": 278, "lineage": "e5001dd7-3fc4-3ccd-a44b-f76d86aac697", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-411989a588065e9f0", "ami": "ami-d28345be", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f05370c2"], "subnet_id": "subnet-809744ab", "key_name": "prod-deploy-key" } } ] } ] }