{ "version": 4, "terraform_version": "1.7.9", "serial": 436, "lineage": "ed489b4f-e892-9d1c-1111-e598183fa221", "outputs": { "db_endpoint": { "value": "db-0.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-be4560d84eb64cf65", "ami": "ami-4f925efa", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fb98180a"], "subnet_id": "subnet-21f54bac", "key_name": "prod-deploy-key" } } ] } ] }