{ "version": 4, "terraform_version": "1.6.3", "serial": 432, "lineage": "494b5bb5-463b-6245-ee4c-e5503c077ee9", "outputs": { "db_endpoint": { "value": "db-0.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-7b8076083a56cdd74", "ami": "ami-70027fb0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c285d593"], "subnet_id": "subnet-0ced8ccb", "key_name": "prod-deploy-key" } } ] } ] }