{ "version": 4, "terraform_version": "1.6.6", "serial": 394, "lineage": "fab30f19-b880-792f-5362-640ac7a47016", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-729920f560e19e939", "ami": "ami-4a938fd3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dfa47b11"], "subnet_id": "subnet-5dace67e", "key_name": "prod-deploy-key" } } ] } ] }