{ "version": 4, "terraform_version": "1.7.4", "serial": 468, "lineage": "59a7d589-7ced-6dd4-f65b-cc9a0cddc9b2", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-21aaa7acf162bc2f0", "ami": "ami-f39a853a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d1858e38"], "subnet_id": "subnet-dc9db541", "key_name": "prod-deploy-key" } } ] } ] }