{ "version": 4, "terraform_version": "1.5.3", "serial": 537, "lineage": "d88b5f2c-804a-6c51-862b-f736fb7aea59", "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-ddb8ad70c975be6a5", "ami": "ami-5e35df1a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d0e9a043"], "subnet_id": "subnet-10df7109", "key_name": "prod-deploy-key" } } ] } ] }