{ "version": 4, "terraform_version": "1.8.6", "serial": 355, "lineage": "4c8ff1e0-edd1-4ee4-e001-2a7a6f1936fb", "outputs": { "db_endpoint": { "value": "db-1.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-8423440bfaeb16766", "ami": "ami-3315ede2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f6fc6e05"], "subnet_id": "subnet-5796e1ee", "key_name": "prod-deploy-key" } } ] } ] }