{ "version": 4, "terraform_version": "1.5.9", "serial": 543, "lineage": "19b9431e-4254-7f42-9736-6cc281e406b6", "outputs": { "db_endpoint": { "value": "db-4.us-east-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-5c76a9f16b0b915cf", "ami": "ami-7e8baa52", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0b10dccd"], "subnet_id": "subnet-9a40d40b", "key_name": "prod-deploy-key" } } ] } ] }