{ "version": 4, "terraform_version": "1.6.4", "serial": 180, "lineage": "76ad0413-2cb4-2a32-bdc0-8f8d3b834a70", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-e3aa46845a57a1cd6", "ami": "ami-05701d2e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e1ff4f81"], "subnet_id": "subnet-7a4686ec", "key_name": "prod-deploy-key" } } ] } ] }