{ "version": 4, "terraform_version": "1.6.4", "serial": 400, "lineage": "b33de0ae-d329-1fdc-be2c-f90912ef83df", "outputs": { "db_endpoint": { "value": "db-1.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-72b9919af6dcd9eb2", "ami": "ami-ae50a1c6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fbc638f2"], "subnet_id": "subnet-a352d4ea", "key_name": "prod-deploy-key" } } ] } ] }