{ "version": 4, "terraform_version": "1.6.0", "serial": 314, "lineage": "a58a44d9-0859-59f0-f9e8-546790a3e020", "outputs": { "db_endpoint": { "value": "db-1.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-528036b9c49879fb6", "ami": "ami-9efec863", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-71cce856"], "subnet_id": "subnet-0e1f102c", "key_name": "prod-deploy-key" } } ] } ] }