{ "version": 4, "terraform_version": "1.5.4", "serial": 554, "lineage": "2292628a-e1a3-8561-6cec-47eb749b76be", "outputs": { "db_endpoint": { "value": "db-2.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-2b7a045be457eb134", "ami": "ami-f3eca08b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-55bca4e6"], "subnet_id": "subnet-698fdec4", "key_name": "prod-deploy-key" } } ] } ] }