{ "version": 4, "terraform_version": "1.5.1", "serial": 329, "lineage": "b286adbc-f0a9-eb7a-2050-427d6272b77d", "outputs": { "db_endpoint": { "value": "db-1.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-47e0e994d12f05442", "ami": "ami-a4bcdb44", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1c0b9c19"], "subnet_id": "subnet-022044fb", "key_name": "prod-deploy-key" } } ] } ] }