{ "version": 4, "terraform_version": "1.6.9", "serial": 345, "lineage": "7d13813e-50f0-2b94-6ba7-df19aebfa4ea", "outputs": { "db_endpoint": { "value": "db-1.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-9ab708230fa292175", "ami": "ami-b2225895", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-67fb68ba"], "subnet_id": "subnet-7bf5627d", "key_name": "prod-deploy-key" } } ] } ] }