{ "version": 4, "terraform_version": "1.5.0", "serial": 187, "lineage": "2425f432-89aa-f775-8b0d-ce28906f4c73", "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-28aa93d9f4181f973", "ami": "ami-2398aa1d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9d42fa4e"], "subnet_id": "subnet-31f6207f", "key_name": "prod-deploy-key" } } ] } ] }