{ "version": 4, "terraform_version": "1.5.2", "serial": 326, "lineage": "91301a32-b619-28a0-211f-c272d9d0dc7d", "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-f92b1e38ecfc96a72", "ami": "ami-6b22d922", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-07dff0d3"], "subnet_id": "subnet-c9f546b0", "key_name": "prod-deploy-key" } } ] } ] }