{ "version": 4, "terraform_version": "1.8.9", "serial": 187, "lineage": "4c35434c-093a-3cdb-bcf0-e51f8f18ed8f", "outputs": { "db_endpoint": { "value": "db-3.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-14fb2be0f4d1cd805", "ami": "ami-22be1ee5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-74fc877d"], "subnet_id": "subnet-679926dd", "key_name": "prod-deploy-key" } } ] } ] }