{ "version": 4, "terraform_version": "1.7.5", "serial": 185, "lineage": "76b0263a-a9fd-e9b3-f0fa-69d033bb252d", "outputs": { "db_endpoint": { "value": "db-0.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-5bfa4c233e5fc6a2f", "ami": "ami-a49862c8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f6b3f7f8"], "subnet_id": "subnet-d1ac421a", "key_name": "prod-deploy-key" } } ] } ] }