{ "version": 4, "terraform_version": "1.5.4", "serial": 562, "lineage": "e37d74a8-0d45-2ecb-89e6-4c24490d1989", "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-c4237dc9b7793145e", "ami": "ami-25388da1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-79ab41ff"], "subnet_id": "subnet-caa47f5b", "key_name": "prod-deploy-key" } } ] } ] }