{ "version": 4, "terraform_version": "1.6.4", "serial": 300, "lineage": "7b87f815-72ae-6a8f-a934-86b332685049", "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-ef0c16a1d23b21f93", "ami": "ami-80707a9d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1be30278"], "subnet_id": "subnet-74d01b9e", "key_name": "prod-deploy-key" } } ] } ] }