{ "version": 4, "terraform_version": "1.6.6", "serial": 559, "lineage": "826d4efe-b3d3-44fa-e94f-262d7bbef26c", "outputs": { "db_endpoint": { "value": "db-1.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-8ee88ef200e0e0cd6", "ami": "ami-83a49cfc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d3013b7e"], "subnet_id": "subnet-f4129f3a", "key_name": "prod-deploy-key" } } ] } ] }