{ "version": 4, "terraform_version": "1.5.8", "serial": 545, "lineage": "12af6f3f-fcf0-7fa7-4cf7-1d3f3ab7b82a", "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-de19da3d64d86fb64", "ami": "ami-d557ce0f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c024f982"], "subnet_id": "subnet-2e12a1e2", "key_name": "prod-deploy-key" } } ] } ] }