{ "version": 4, "terraform_version": "1.7.4", "serial": 450, "lineage": "c6cf3bd3-2057-d0b3-1ffb-877a1231f915", "outputs": { "db_endpoint": { "value": "db-1.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-08ac74aa9306f992f", "ami": "ami-f00f0d11", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-190f57f7"], "subnet_id": "subnet-6c0ba6e7", "key_name": "prod-deploy-key" } } ] } ] }