{ "version": 4, "terraform_version": "1.5.1", "serial": 547, "lineage": "02d4db2b-0bca-ceb0-cc76-903b73efa05f", "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-fa1523e6a6142dbcf", "ami": "ami-edabe436", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7992dfc1"], "subnet_id": "subnet-534f2b7d", "key_name": "prod-deploy-key" } } ] } ] }