{ "version": 4, "terraform_version": "1.5.8", "serial": 266, "lineage": "db890f43-538e-eade-343c-52dc52894efb", "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-d75c2bbfde0c66b17", "ami": "ami-afd7da4c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ce6fe00b"], "subnet_id": "subnet-7771b592", "key_name": "prod-deploy-key" } } ] } ] }