{ "version": 4, "terraform_version": "1.6.0", "serial": 367, "lineage": "9846335d-ba65-0eb3-c475-9d7809db4a65", "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-92b4998cad8c04e9d", "ami": "ami-b0f6a17c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-adf4c6b8"], "subnet_id": "subnet-129cb612", "key_name": "prod-deploy-key" } } ] } ] }