{ "version": 4, "terraform_version": "1.5.1", "serial": 364, "lineage": "a62e3618-15ad-1de6-d519-eda37ed94a00", "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-8042932c90d44d88d", "ami": "ami-62a0c152", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7d59b507"], "subnet_id": "subnet-150ccc98", "key_name": "prod-deploy-key" } } ] } ] }