{ "version": 4, "terraform_version": "1.6.7", "serial": 306, "lineage": "0a014d52-e5a3-9026-8c4b-ec97e1488e48", "outputs": { "db_endpoint": { "value": "db-0.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-d960360447011e312", "ami": "ami-bd09a40b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-722806ab"], "subnet_id": "subnet-cf39fb0d", "key_name": "prod-deploy-key" } } ] } ] }