{ "version": 4, "terraform_version": "1.8.0", "serial": 574, "lineage": "87116268-c33f-2f37-33ac-45a9e0625a5d", "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-61cbf4b64c03b6769", "ami": "ami-eea74a4d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-65ffd327"], "subnet_id": "subnet-fadf6463", "key_name": "prod-deploy-key" } } ] } ] }