{ "version": 4, "terraform_version": "1.8.8", "serial": 149, "lineage": "65316322-294a-7135-eb21-29fb3e1c76cf", "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-e7846109167baca51", "ami": "ami-e7be5e87", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-84458d9c"], "subnet_id": "subnet-827f4523", "key_name": "prod-deploy-key" } } ] } ] }