{ "version": 4, "terraform_version": "1.5.4", "serial": 413, "lineage": "e6f53f2e-c53b-a541-4855-41af610f532b", "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-e894d46b0af4404b7", "ami": "ami-c4cc5d38", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7ece1cca"], "subnet_id": "subnet-04a40d0d", "key_name": "prod-deploy-key" } } ] } ] }