{ "version": 4, "terraform_version": "1.8.8", "serial": 550, "lineage": "a7058ad3-98ec-785f-7e2f-64ca76ffaf64", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-e9f8c2c848d5c267e", "ami": "ami-670218ee", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c535df86"], "subnet_id": "subnet-05e80c79", "key_name": "prod-deploy-key" } } ] } ] }