{ "version": 4, "terraform_version": "1.8.8", "serial": 233, "lineage": "f2197f43-1560-1562-6e77-5803864f381e", "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-808eb4d62fdfa70e0", "ami": "ami-7cd6a5ad", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ce33ed80"], "subnet_id": "subnet-509f8f7b", "key_name": "prod-deploy-key" } } ] } ] }