{ "version": 4, "terraform_version": "1.5.2", "serial": 115, "lineage": "ec0ece79-b4de-a89d-a175-0dc317a994d4", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-9f43ce9cbcabfd074", "ami": "ami-9c2c775b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1c349903"], "subnet_id": "subnet-bafe8fbd", "key_name": "prod-deploy-key" } } ] } ] }