{ "version": 4, "terraform_version": "1.6.8", "serial": 525, "lineage": "150284df-6448-abc7-e329-09e9510ea764", "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-e370220486ecf217d", "ami": "ami-004b5295", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-df99ba9a"], "subnet_id": "subnet-eed7bb13", "key_name": "prod-deploy-key" } } ] } ] }