{ "version": 4, "terraform_version": "1.7.5", "serial": 571, "lineage": "659f0d38-e0bd-9d83-c350-05ac1cb03f16", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-7dc44c74dd08894be", "ami": "ami-a8b809ff", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3ca37cdf"], "subnet_id": "subnet-c8fba868", "key_name": "prod-deploy-key" } } ] } ] }