{ "version": 4, "terraform_version": "1.8.4", "serial": 491, "lineage": "60328af3-5346-6671-7d3a-3b3a54c48b6b", "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-554dee01c15e4a213", "ami": "ami-f7825880", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1cb5f45a"], "subnet_id": "subnet-685515d8", "key_name": "prod-deploy-key" } } ] } ] }