{ "version": 4, "terraform_version": "1.5.8", "serial": 451, "lineage": "f7a9b70b-065d-75e5-5601-5f03fc16f6d0", "outputs": { "db_endpoint": { "value": "db-4.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-11ee75923be809f01", "ami": "ami-d08f40ea", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9a6a8715"], "subnet_id": "subnet-a15e9354", "key_name": "prod-deploy-key" } } ] } ] }