{ "version": 4, "terraform_version": "1.6.1", "serial": 329, "lineage": "fa7471a1-7f6e-a8e7-01a8-a0920862fb48", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-4f201be3afc632e83", "ami": "ami-4ce6ca2f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4224c969"], "subnet_id": "subnet-6f417938", "key_name": "prod-deploy-key" } } ] } ] }