{ "version": 4, "terraform_version": "1.6.4", "serial": 265, "lineage": "da1459a7-4bad-ca0b-530e-45977c52ded4", "outputs": { "db_endpoint": { "value": "db-3.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-6ff091ee9892a571f", "ami": "ami-08f98053", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-31d83363"], "subnet_id": "subnet-921c009b", "key_name": "prod-deploy-key" } } ] } ] }