{ "version": 4, "terraform_version": "1.6.7", "serial": 378, "lineage": "de514daf-da2b-2fb8-ae8e-48ce2025baaa", "outputs": { "db_endpoint": { "value": "db-1.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-14ca4818901683043", "ami": "ami-b02229df", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3db1fcb7"], "subnet_id": "subnet-11263eec", "key_name": "prod-deploy-key" } } ] } ] }