{ "version": 4, "terraform_version": "1.5.2", "serial": 518, "lineage": "a9fab9e5-91a7-2be5-de6a-61b63b5657b1", "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-2a76332b18ec9a6b0", "ami": "ami-cfa1e3a3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-67132430"], "subnet_id": "subnet-b6b7fc78", "key_name": "prod-deploy-key" } } ] } ] }