{ "version": 4, "terraform_version": "1.5.8", "serial": 336, "lineage": "23ac89be-f6f7-8f7b-bb3c-2f5bf88642d9", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-dcf167e9bdca0dedc", "ami": "ami-fa403370", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-18c0adea"], "subnet_id": "subnet-56bf4c86", "key_name": "prod-deploy-key" } } ] } ] }