{ "version": 4, "terraform_version": "1.6.7", "serial": 129, "lineage": "c1a2417b-2893-4812-05b0-e6e354f6480d", "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-7edc33e649037f8c0", "ami": "ami-6bf7524b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1a67ea1a"], "subnet_id": "subnet-f88b032f", "key_name": "prod-deploy-key" } } ] } ] }