{ "version": 4, "terraform_version": "1.5.3", "serial": 573, "lineage": "1b02d6fb-8268-f1df-1178-bf62f3a0aa55", "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-b88b6513a76424650", "ami": "ami-1bff558c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-08f05480"], "subnet_id": "subnet-acb95414", "key_name": "prod-deploy-key" } } ] } ] }