{ "version": 4, "terraform_version": "1.8.8", "serial": 480, "lineage": "80ed2c10-5618-d460-d835-bb8dd86bbceb", "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-b86a3358d9ccf89f2", "ami": "ami-9f0dad36", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-60f9ca5e"], "subnet_id": "subnet-b30471ba", "key_name": "prod-deploy-key" } } ] } ] }