{ "version": 4, "terraform_version": "1.5.2", "serial": 405, "lineage": "c79dca8d-57d4-3357-17aa-3d718bd97210", "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-6288426ad84cf8427", "ami": "ami-4f238411", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8e17216f"], "subnet_id": "subnet-7cd33407", "key_name": "prod-deploy-key" } } ] } ] }