{ "version": 4, "terraform_version": "1.5.2", "serial": 464, "lineage": "d559f752-5226-4c62-7617-a9e02eb54447", "outputs": { "db_endpoint": { "value": "db-4.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-a1f088ed2cbad67aa", "ami": "ami-6333d7d8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-947ac788"], "subnet_id": "subnet-d98d36a0", "key_name": "prod-deploy-key" } } ] } ] }