{ "version": 4, "terraform_version": "1.7.4", "serial": 469, "lineage": "43b18aad-ba2f-6080-a88b-353afd6b1441", "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-d83416054e8551181", "ami": "ami-1429e862", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-85472395"], "subnet_id": "subnet-7fac7824", "key_name": "prod-deploy-key" } } ] } ] }