{ "version": 4, "terraform_version": "1.5.1", "serial": 210, "lineage": "d2b47f42-fe59-4443-ef8c-e9fffdc31c4c", "outputs": { "db_endpoint": { "value": "db-3.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-bbbb72f4cd52c3189", "ami": "ami-03d07bd6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d6aa287d"], "subnet_id": "subnet-9873eccf", "key_name": "prod-deploy-key" } } ] } ] }