{ "version": 4, "terraform_version": "1.7.0", "serial": 199, "lineage": "204bf986-d2be-76f2-ccee-1c7a887ce29f", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c98f748c0d99d182c", "ami": "ami-6d3997c7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b9497ef4"], "subnet_id": "subnet-61bbd8c7", "key_name": "prod-deploy-key" } } ] } ] }