{ "version": 4, "terraform_version": "1.6.6", "serial": 426, "lineage": "269f06b1-4504-b4e5-db61-c5010dd1b248", "outputs": { "db_endpoint": { "value": "db-0.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-a370c09b5032ffb01", "ami": "ami-d5423dd7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d19d76cc"], "subnet_id": "subnet-aa7a8b55", "key_name": "prod-deploy-key" } } ] } ] }