{ "version": 4, "terraform_version": "1.8.9", "serial": 529, "lineage": "7fca035d-fdc3-ca5f-ab7b-fc2adaff8bdb", "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-4fc7a4a753bed353f", "ami": "ami-8df36f2f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d9f922a6"], "subnet_id": "subnet-d64aff7b", "key_name": "prod-deploy-key" } } ] } ] }