{ "version": 4, "terraform_version": "1.6.1", "serial": 346, "lineage": "03fc2e1c-06ca-f8a6-9289-142f13925b0f", "outputs": { "db_endpoint": { "value": "db-3.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-c3d0715274ec1001d", "ami": "ami-5275437c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-47275f62"], "subnet_id": "subnet-3759bed4", "key_name": "prod-deploy-key" } } ] } ] }