{ "version": 4, "terraform_version": "1.6.9", "serial": 369, "lineage": "e7b10f7d-d8d9-b8bb-79dd-1052c4ce127b", "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-b910ddfa46952ba90", "ami": "ami-16276616", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6374ad87"], "subnet_id": "subnet-7ce3f1e7", "key_name": "prod-deploy-key" } } ] } ] }