{ "version": 4, "terraform_version": "1.6.3", "serial": 306, "lineage": "0e2a575d-5107-0bde-52cc-44ac89deda96", "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-a98417e5fa74982a4", "ami": "ami-a7a8120f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1148c95a"], "subnet_id": "subnet-4106775f", "key_name": "prod-deploy-key" } } ] } ] }