{ "version": 4, "terraform_version": "1.8.2", "serial": 278, "lineage": "5b967fe1-6257-9ed6-9650-9411b376dcc7", "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-c6a02a3687c46947a", "ami": "ami-3f7ee24b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9e2e7fe7"], "subnet_id": "subnet-c30c8ce6", "key_name": "prod-deploy-key" } } ] } ] }